home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power CD-ROM!! 8
/
Power CD-ROM 8.iso
/
prgmming
/
pmd110
/
system.dif
< prev
next >
Wrap
Text File
|
1994-11-13
|
325b
|
18 lines
*** c:\bp\rtl\sys\system.pas Wed Oct 28 07:00:00 1992
--- system.pas Mon Oct 03 13:20:28 1994
***************
*** 503,505 ****
--- 503,514 ----
{$ENDIF}
+
+ const
+ CheckMem:WordBool = FALSE;
+ StoreAlloc:pointer = nil;
+ FreeAlloc:pointer = nil;
+
+
+ begin
+ ErrorAddr := @CheckMem;
end.